home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / comms / internet / html-related / hsc / src_docs / examples.hsc < prev    next >
Text File  |  1996-09-30  |  1KB  |  31 lines

  1. <WEBPAGE chapter="hsc - " title="Examples"
  2.     PREV="options.html"
  3.     NEXT="messages.html">
  4.  
  5. <* macro to format an example *>
  6. <$MACRO example EXMP:string>
  7. <DT><CODE><(exmp)></CODE>
  8. <DD>
  9. </$MACRO>
  10.  
  11. <DL>
  12. <EXAMPLE exmp="hsc FROM hugo.html >NIL:">
  13.     Simply performs a syntax check on <FILE>hugo.html</FILE> and passes
  14.     the output to the null-device.<P>
  15. <EXAMPLE exmp="hsc hugo.html TO t: STATUS=QUIET RPLCENT">
  16.     Same as above, but does not display status messages during conversion.
  17.     A dummy-output is created in the temporary directory
  18.     Additionally, all special characters like "Ü" or "ß" are
  19.     replaced by its entities ("<CODE>&Uuml;</CODE>" and
  20.     "<CODE>&szlig;</CODE>").<P>
  21. <EXAMPLE exmp="hsc FROM people/hugo.hsc TO /pub_html/">
  22.     <P>Process subfile <FILE>people/hugo.hsc</FILE>. The current directory is the
  23.     main directory of the project. The html-object is created in
  24.     <FILE>/pub_html/people/hugo.html</FILE>.</P>
  25.     <STRONG>Note</STRONG>: Also mind that the hsc-source ends with ".hsc", but
  26.     the html-object automatically gets the extension ".html". Therefor, all
  27.     references must end with ".html".
  28. </DL>
  29.  
  30. </WEBPAGE>
  31.